home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Magazine / Online / QMail / source / quote.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-04-15  |  107 b   |  9 lines

  1. #ifndef QUOTE_H
  2. #define QUOTE_H
  3.  
  4. extern int quote_need();
  5. extern int quote();
  6. extern int quote2();
  7.  
  8. #endif
  9.